home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(5) then
- go("1")
- end if
- if rollOver(6) then
- go("2")
- end if
- if rollOver(7) then
- go("3")
- end if
- if rollOver(20) then
- set the castNum of sprite 20 to 39
- else
- set the castNum of sprite 20 to 38
- end if
- if rollOver(21) then
- set the ink of sprite 22 to 0
- else
- set the ink of sprite 22 to 39
- end if
- end
-
- on exitFrame
- go(the frame + 1)
- end
-